#nav {
  position: relative;
}
#nav .Top {
  height: 40px;
  background-color: #333333;
}
#nav .Top:after {
  content: "";
  display: block;
  clear: both;
}
#nav .Top p {
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  color: #eeeeee;
}
#nav .Top p:nth-child(1) {
  float: left;
}
#nav .Top p:nth-child(2) {
  float: right;
}
#nav .n_top {
  height: 130px;
  padding: 10px 0 0;
  box-sizing: border-box;
}
#nav .n_top .container {
  height: 100%;
}
#nav .n_top .container:after {
  content: "";
  display: block;
  clear: both;
}
#nav .n_top .container .logo {
  float: left;
}
#nav .n_top .container .logo .l_con:after {
  content: "";
  display: block;
  clear: both;
}
#nav .n_top .container .logo .l_con a {
  width: 98px;
  float: left;
}
#nav .n_top .container .logo .l_con .title_logo {
  float: left;
  margin-top: 26px;
  margin-left: 18px;
}
#nav .n_top .container .logo .l_con .title_logo p {
  font-size: 18px;
  color: #333333;
  margin-bottom: 4px;
}
#nav .n_top .container .logo .l_con .title_logo h4 {
  font-size: 20px;
}
#nav .n_top .container .telephone {
  float: right;
  margin-top: 29px;
}
#nav .n_top .container .telephone dl:after {
  content: "";
  display: block;
  clear: both;
}
#nav .n_top .container .telephone dl dt {
  float: left;
  width: 45px;
  height: 45px;
}
#nav .n_top .container .telephone dl dd {
  float: left;
  margin-left: 11px;
}
#nav .n_top .container .telephone dl dd p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 3px;
}
#nav .n_top .container .telephone dl dd h4 {
  font-size: 24px;
}
#nav .n_bottom {
  height: 60px;
  background-color: #0f67b7;
}
#nav .n_bottom .container .nav ul:after {
  content: "";
  display: block;
  clear: both;
}
#nav .n_bottom .container .nav ul li {
  float: left;
}
#nav .n_bottom .container .nav ul li.active a {
  background-color: #ce3235;
}
#nav .n_bottom .container .nav ul li a {
  height: 60px;
  font-size: 15px;
  line-height: 60px;
  padding: 0 26px;
  color: #fff;
}
#nav .n_bottom .container .nav ul li a:hover {
  background-color: #ce3235;
}
@media (max-width: 991px) {
  #nav .n_bottom.navShow {
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 99999;
    background-color: rgba(15, 103, 183, 0.9);
  }
  #nav .n_bottom.navShow .container .nav ul {
    margin: 50px 0;
  }
  #nav .n_bottom.navShow .container .nav ul li {
    float: none;
    width: 100%;
  }
  #nav .n_bottom.navShow .container .nav ul li a {
    width: 50%;
    margin: 15px auto;
    border: 1px solid #fff;
    border-radius: 40px;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  #nav .n_bottom .container .nav ul li a {
    padding: 0 20px;
  }
}
@media (max-width: 1024px) {
  #nav .n_bottom .container .nav ul li a {
    padding: 0 16px;
  }
}
@media (max-width: 991px) {
  #nav .Top,
  #nav .n_bottom,
  #nav .n_top .container .logo .l_con .title_logo,
  #nav .n_top .container .telephone {
    display: none;
  }
}
@media (max-width: 767px) {
  #nav .n_top {
    height: 98px;
  }
  #nav .n_bottom.navShow {
    top: 98px;
  }
  #nav .n_top .container .logo .l_con a {
    width: 70px;
  }
  #nav .n_bottom .container .nav ul li a {
    height: 40px;
    line-height: 40px;
  }
  .menu {
    margin-top: 14px!important;
  }
  .menu span {
    width: 40px!important;
    margin: 10px auto!important;
  }
}
/*搜索*/
.search_con form {
  display: flex;
  padding: 7px 0;
}
.search_con form input {
  width: 210px;
  height: 35px;
  padding: 2px 10px;
  outline: none;
  font-size: 14px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1px #dddddd;
}
.search_con form button {
  width: 35px;
  height: 35px;
  border: 0;
  cursor: pointer;
  background: url('../images/home2_19.png') no-repeat center center / 17px #0f67b7;
}
/*footer*/
#footer .mainsVw {
  background-color: #f0f0f0;
}
#footer .mainsVw .FriendshipU {
  padding: 20px 0;
  text-align: center;
}
#footer .mainsVw .FriendshipU span {
  font-size: 14px;
}
#footer .mainsVw .FriendshipU a {
  margin: 0 12px;
  display: inline-block;
  font-size: 14px;
  color: #666;
  transition: all 0.3s;
}
#footer .mainsVw .FriendshipU a:hover {
  color: #333;
}
#footer .footer_con {
  padding-top: 48px;
  box-sizing: border-box;
  background-color: #333333;
}
#footer .footer_con .f_tag {
  padding-bottom: 50px;
}
#footer .footer_con .f_tag:after {
  content: "";
  display: block;
  clear: both;
}
#footer .footer_con .f_tag .tag {
  float: left;
  width: 43.33%;
}
#footer .footer_con .f_tag .tag h4 {
  padding-bottom: 13px;
  font-size: 15px;
  color: #fff;
}
#footer .footer_con .f_tag .tag .t_list:after {
  content: "";
  display: block;
  clear: both;
}
#footer .footer_con .f_tag .tag .t_list li {
  float: left;
}
#footer .footer_con .f_tag .tag .t_list li:nth-child(2) {
  margin-left: 86px;
}
#footer .footer_con .f_tag .tag .t_list li a {
  font-size: 14px;
  line-height: 32px;
  color: #eee;
}
#footer .footer_con .f_tag .tag .t_list li a:hover {
  color: #ccc;
}
#footer .footer_con .f_tag .contact {
  float: left;
  width: 33.33%;
}
#footer .footer_con .f_tag .contact dt {
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
#footer .footer_con .f_tag .contact dd {
  margin-top: 15px;
  color: #ccc;
}
#footer .footer_con .f_tag .contact dd span {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: top;
}
#footer .footer_con .f_tag .contact dd p {
  display: inline-block;
  font-size: 14px;
  margin-left: 12px;
  color: #eee;
}
#footer .footer_con .f_tag .code {
  float: right;
  width: 120px;
}
#footer .footer_con .f_tag .code p {
  margin-top: 12px;
  font-size: 13px;
  text-align: center;
  color: #eee;
}
#footer .footer_con .f_bottom {
  border-top: 1px solid #666;
  height: 71px;
}
#footer .footer_con .f_bottom p {
  height: 71px;
  line-height: 71px;
  text-align: center;
  color: #eee;
}
#footer .footer_con .f_bottom p a {
  margin-left: 51px;
  display: inline-block;
  color: #eee;
}
@media (max-width: 1200px) {
  #footer .f_tag .tag {
    width: 34.33%;
  }
  #footer .f_tag .tag .t_list li:nth-child(2) {
    margin-left: 58px;
  }
  #footer .footer_con .f_tag .tag {
    width: 36.33%;
  }
  #footer .footer_con .f_tag .contact {
    width: 42.33%;
  }
}
@media (max-width: 991px) {
  #footer .f_tag .tag {
    display: none;
  }
  #footer .f_tag .contact dd {
    margin-top: 11px;
  }
  #footer .footer_con .f_tag .contact {
    width: 60%;
  }
}
@media (max-width: 767px) {
  #footer .mainsVw,
  #footer .footer_con .f_tag .code {
    display: none;
  }
  #footer .footer_con .f_tag .contact {
    width: 100%;
  }
  #footer .footer_con .f_tag {
    padding-bottom: 20px;
  }
  #footer .footer_con .f_tag .contact dd p {
    width: 85%;
  }
  #footer .footer_con .f_bottom p {
    height: 50px;
    line-height: 26px;
    padding: 10px 0;
  }
}
/*Top_position*/
.Top_position .mainsVw .container {
  height: 400px;
  position: relative;
}
@media (max-width: 1600px) {
  .Top_position .mainsVw .container {
    height: 350px;
  }
}
.Top_position .mainsVw .container .title {
  padding-top: 135px;
  text-align: center;
}
.Top_position .mainsVw .container .title h2 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
}
.Top_position .mainsVw .container .title p {
  text-align: center;
}
.Top_position .mainsVw .container .title p span {
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #ffffff;
}
.Top_position .mainsVw .container .position {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.Top_position .mainsVw .container .position .p_con {
  color: #eee;
}
.Top_position .mainsVw .container .position .p_con p {
  display: inline-block;
  color: #eee;
}
.Top_position .mainsVw .container .position .p_con a {
  margin: 0 5px;
  display: inline-block;
  color: #eee;
}
.Top_position .mainsVw .container .position .p_con a:hover {
  color: #fff;
}
/*search*/
.search .container {
  padding: 29px 42px;
  position: relative;
  z-index: 99;
  /*margin-top:-50px;*/
  box-sizing: border-box;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.search .container:after {
  content: "";
  display: block;
  clear: both;
}
.search .container .s_left {
  float: left;
}
.search .container .s_left:after {
  content: "";
  display: block;
  clear: both;
}
.search .container .s_left .text1 {
  float: left;
}
.search .container .s_left .text1 p {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}
.search .container .s_left .text1 p span {
  color: #ce3235;
}
.search .container .s_left .text2 {
  float: left;
  margin-top: 3px;
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #d9d9d9;
}
.search .container .s_left .text2 dt {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.search .container .s_left .text2 dd a {
  margin-right: 9px;
  font-size: 14px;
  color: #777;
  display: inline-block;
}
.search .container .s_left .text2 dd a:hover {
  color: #333;
}
.search .container .s_right {
  float: right;
}
/*ProductCenter*/
.p_nav {
  float: left;
  width: 23.334%;
  max-width: 280px;
  background-color: #f3f3f3;
}
.p_nav h3 {
  height: 70px;
  font-size: 28px;
  line-height: 70px;
  text-align: center;
  color: #ffffff;
  background-color: #0f67b7;
}
.p_nav dl {
  margin: 0 35px;
  padding: 26px 0;
  border-bottom: 1px solid #dddddd;
}
.p_nav dl:nth-last-child(1) {
  border-bottom: none;
}
.p_nav dl dt a {
  font-size: 15px;
  font-weight: 600;
  color: #333333;
}
.p_nav dl dd {
  margin-top: 9px;
}
.p_nav dl dd a {
  font-size: 14px;
  color: #666666;
  position: relative;
}
.p_nav dl dd a:after {
  content: "◆";
  display: none;
  position: absolute;
  left: -15px;
  top: 0;
  color: #0f67b7;
}
.p_nav dl dd a:hover {
  color: #0f67b7;
}
.p_nav dl dd a:hover:after {
  display: block;
}
.p_nav dl dd a.active {
  color: #0f67b7;
}
.p_nav dl dd a.active:after {
  display: block;
}
.p_list {
  float: right;
  width: 74.5%;
}
.p_list ul:after {
  content: "";
  display: block;
  clear: both;
}
.p_list ul li {
  float: left;
  max-width: 280px;
  margin-bottom: 48px;
  margin-right: 1.85715em;
}
.p_list ul li:nth-child(3n) {
  margin-right: 0;
}
.p_list ul li .images {
  position: relative;
  width: 100%;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  cursor: pointer;
}
.p_list ul li .images a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #0f67b7;
  opacity: 0;
  transition: all 0.3s;
}
.p_list ul li .images a span {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: 40%;
  border-radius: 50%;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border: solid 2px #ffffff;
}
.p_list ul li .images:hover a {
  opacity: 0.7;
}
.p_list ul li p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 20px 5px;
}
.p_list ul li:hover p {
  color: #0f67b7;
}
.p_list ul li .c_btn:after {
  content: "";
  display: block;
  clear: both;
}
.p_list ul li .c_btn a {
  height: 40px;
  padding: 0 2.286em;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.p_list ul li .c_btn a:nth-child(1) {
  float: left;
  background-color: #0f67b7;
}
.p_list ul li .c_btn a:nth-child(2) {
  float: right;
  background-color: #ce3235;
}
.bottom_btn a {
  display: inline-block;
  width: 120px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background-color: #0f67b7;
}
.bottom_btn .call {
  margin-left: 34px;
  display: inline-block;
}
.bottom_btn .call span {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.bottom_btn .call p {
  display: inline-block;
  font-size: 18px;
  color: #0f67b7;
}
/*menu*/
.menu {
  float: right;
  display: none;
  width: 50px;
  margin-top: 25px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .menu {
    display: block;
  }
}
.menu.onBtn span:nth-child(1) {
  position: relative;
  top: 14px;
  transform: rotate(45deg);
}
.menu.onBtn span:nth-child(2) {
  transform: rotate(-45deg);
}
.menu.onBtn span:nth-child(3) {
  display: none;
}
.menu.onBtn span:after {
  display: none;
}
.menu span {
  position: relative;
  display: block;
  width: 50px;
  height: 4px;
  background-color: #0f67b7;
  border-radius: 5px;
  margin: 12px auto;
  transition: all 0.5s;
}
.menu span:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: -9px;
  top: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0f67b7;
}
/*more*/
.more {
  width: 180px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  border: solid 1px #d9d9d9;
}
.more:hover {
  background-color: #206eb7;
}
.more:hover span {
  color: #fff;
}
.more:hover i {
  background: url('../images/home_170.png') no-repeat center center / cover;
}
.more span {
  line-height: 50px;
  font-size: 16px;
  color: #333;
}
.more i {
  margin-left: 15px;
  margin-bottom: 4px;
  display: inline-block;
  width: 15px;
  height: 9px;
  vertical-align: middle;
  background: url('../images/home_141.png') no-repeat center center / cover;
  transition: all 0.4s;
}
.more:hover i {
  margin-left: 8px;
}
/*return*/
.return {
  width: 150px;
  height: 46px;
  margin: 33px auto 2px;
  line-height: 46px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  border-radius: 3px;
  background-color: #0f67b7;
}
.return span {
  color: #fff;
  margin-left: 10px;
  transition: all 0.3s;
}
.return i {
  display: inline-block;
  width: 20px;
  height: 16px;
  vertical-align: middle;
  background: url('../images/news_Detail_01.png') no-repeat top left / 100%;
}
.return:hover span {
  margin-left: 0;
}
/*page*/
.page {
  text-align: center;
  padding-top: 32px;
  margin-bottom: 37px;
}
.page a {
  display: inline-block;
}
.page a:hover span {
  color: #666;
}
.page a span {
  margin-right: 5px;
  padding: 12px 16.1px 12px;
  font-size: 14px;
  display: inline-block;
  background-color: #e8e8e8;
  color: #333;
  transition: all 0.3s linear;
}
.page a span.current {
  color: #fff;
  background-color: #015093;
}
/*relevant*/
.relevant {
  width: 25.05%;
  float: right;
}
@media (max-width: 768px) {
  .relevant {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .relevant .title {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .relevant .title {
    padding-left: 0;
  }
}
.relevant .title h3 {
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 46px;
  border-bottom: 1px solid #eee;
}
.relevant .title h3:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 75px;
  height: 2px;
  background-color: #015093;
}
.relevant .r_list {
  border-left: 1px solid #eee;
}
@media (max-width: 768px) {
  .relevant .r_list {
    border-left: 0;
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .relevant .r_list {
    padding-left: 0;
    border-left: 0;
  }
}
.relevant .r_list li {
  width: 300px;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .relevant .r_list li {
    width: 48% !important;
  }
}
.relevant .r_list li a .images {
  height: 180px;
  overflow: hidden;
}
.relevant .r_list li a .images img {
  height: 100%;
  transition: all 0.8s;
}
.relevant .r_list li a:hover .images img {
  transform: scale(1.1);
}
.relevant .r_list li a p {
  height: 21px;
  font-size: 16px;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s;
}
@media (max-width: 1024px) {
  .relevant .r_list li a p {
    font-size: 14px;
  }
}
.relevant .r_list li a:hover {
  color: #015093;
}
@media (max-width: 1100px) {
  .relevant .r_list li {
    width: auto;
  }
  .relevant .r_list li a .images {
    height: 146px;
  }
}
@media (max-width: 1100px) and (max-width: 768px) {
  .relevant .r_list li a .images {
    height: 108px;
  }
}
@media (max-width: 1100px) and (max-width: 767px) {
  .relevant .r_list li a .images {
    height: 180px;
  }
}
@media (max-width: 767px) {
  .relevant {
    width: 100%;
    margin-bottom: 30px;
  }
}
/*subNav*/
.subNav {
  width: 100%;
  height: 60px;
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .subNav {
    height: 46px;
  }
}
.subNav ul {
  display: flex;
  justify-content: left;
}
.subNav ul li a {
  padding: 0 49px;
  font-size: 16px;
  line-height: 60px;
}
@media (max-width: 768px) {
  .subNav ul li a {
    padding: 0 28px;
  }
}
@media (max-width: 767px) {
  .subNav ul li a {
    line-height: 46px;
    font-size: 14px;
    padding: 0 8px;
  }
}
.subNav ul li a:hover {
  color: #666;
}
.subNav ul li.op a {
  color: #fff;
  background-color: #0f67b7;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .p_list ul li {
    width: 31%;
    margin-right: 3.3%;
  }
  .p_list ul li .c_btn a {
    padding: 0 9%;
  }
}
@media (max-width: 1024px) {
  #subject .ProductCenter .container .p_nav h3 {
    height: 62px;
    font-size: 26px;
    line-height: 62px;
  }
  #subject .search .container .s_left .text2 {
    margin-left: 20px;
    padding-left: 20px;
  }
  #subject .ProductCenter .container .p_list ul li {
    width: 30.8%;
  }
  .p_nav dl {
    margin: 1px 22px;
  }
  .pr_left .con {
    padding: 29px 14px!important;
  }
  .pr_left .con p {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  #subject .search {
    display: none;
  }
  #subject .ProductAppC .pApp_list .con > div.prev,
  #subject .ProductAppC .pApp_list .con > div.next {
    width: 29px;
    height: 29px;
  }
  .bottom_btn a {
    width: 94px;
  }
}
@media (max-width: 768px) {
  .Top_position .mainsVw .container {
    height: 240px;
  }
  .Top_position .mainsVw .container .title {
    padding-top: 78px;
  }
  .Top_position .mainsVw .container .title h2 {
    font-size: 30px;
  }
  .relevant {
    width: 100%;
  }
  .relevant .r_list li a .images {
    height: 208px;
  }
  .p_list {
    width: 68.5%;
  }
  .p_list ul li {
    width: 47.8% !important;
    margin-bottom: 20px!important;
  }
  .p_list ul li:nth-child(3n) {
    margin-right: 3.3%;
  }
  .p_list ul li:nth-child(2n) {
    margin-right: 0%;
  }
}
@media (max-width: 767px) {
  .relevant .r_list li a .images {
    height: 104px;
  }
  .p_list {
    max-width: 100%;
    width: 100%;
  }
  .p_list ul li .c_btn a {
    padding: 0 5%;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
  .Top_position .mainsVw .container {
    height: 130px;
  }
  .Top_position .mainsVw .container .title {
    padding-top: 28px;
  }
  .Top_position .mainsVw .container .title h2 {
    font-size: 22px;
  }
  .Top_position .mainsVw .container .title p {
    margin-top: 10px;
    font-size: 12px;
  }
  .Top_position .mainsVw .container .position {
    bottom: 10px;
  }
  .Top_position .mainsVw .container .position .p_con {
    font-size: 12px;
  }
  .page {
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .page a span {
    margin-right: 1px;
    padding: 4px 8px;
    font-size: 12px;
  }
}
/*# sourceMappingURL=public.css.map */